func runtime.atomicstorep
10 uses
runtime (current package)
atomic_pointer.go#L42: func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {
atomic_pointer.go#L58: atomicstorep(unsafe.Pointer(ptr), new)
cgocall.go#L400: atomicstorep(unsafe.Pointer(&p.array), unsafe.Pointer(&s[0]))
iface.go#L159: atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
mgc.go#L1795: atomicstorep(p, nil)
pinner.go#L289: atomicstorep(unsafe.Pointer(&s.pinnerBits), unsafe.Pointer(p))
proc.go#L658: atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
proc.go#L953: atomicstorep(unsafe.Pointer(&allm), unsafe.Pointer(mp))
proc.go#L5745: atomicstorep(unsafe.Pointer(&allp[i]), unsafe.Pointer(pp))
symtab.go#L549: atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |